home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / PInterfaces / SoundComponents.p < prev    next >
Encoding:
Text File  |  1997-08-12  |  991 b   |  46 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        SoundComponents.p
  3.  
  4.      Contains:    Sound Components Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0.1
  8.  
  9.      Copyright:    © 1991-1997 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT SoundComponents;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __SOUNDCOMPONENTS__}
  28. {$SETC __SOUNDCOMPONENTS__ := 1}
  29.  
  30. {$I+}
  31. {$SETC SoundComponentsIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {  obsolete file, all sound interfaces have been moved to Sound.[hpar] }
  35. {$IFC UNDEFINED __SOUND__}
  36. {$I Sound.p}
  37. {$ENDC}
  38.  
  39. {$SETC UsingIncludes := SoundComponentsIncludes}
  40.  
  41. {$ENDC} {__SOUNDCOMPONENTS__}
  42.  
  43. {$IFC NOT UsingIncludes}
  44.  END.
  45. {$ENDC}
  46.